home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / pc_board / hstreset.zip / BOARD.BAT next >
DOS Batch File  |  1988-02-23  |  387b  |  22 lines

  1. @echo off
  2. if exist event.bat rename event.bat event.sys
  3. if exist remote.bat rename remote.bat remote.sys
  4. if exist door.bat del door.bat
  5. if exist endpcb del endpcb
  6.  
  7. pcboard
  8.  
  9. if exist door.bat door
  10. if exist remote.bat remote
  11. if exist event.bat event
  12. if exist endpcb goto end
  13. board
  14.  
  15. :end
  16. del endpcb
  17. hstreset 1
  18. if errorlevel 1 board
  19.  
  20. echo Type BOARD to restart PCBoard
  21.  
  22.